net.netFD.dup (method)
4 uses
net (current package)
fd_unix.go#L196: func (fd *netFD) dup() (f *os.File, err error) {
net.go#L310: f, err = c.fd.dup()
tcpsock_posix.go#L171: f, err := ln.fd.dup()
unixsock_posix.go#L200: f, err := ln.fd.dup()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)